[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Dynamic Link Library

   A collection of subroutines which are linked with a program at
the time it is loaded into memory rather than permanently placed in the
executable.  This has the advantage of allowing a single copy of the
subroutine library to reside on disk or in memory even when it is used
by many programs.  It also permits all programs using the DLL to be
updated without recompiling simply by installing a new version of the
library.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson